home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Snippets / Platforms & Tools / MacApp / AEGestalt 1.0b3 / Definitions.h < prev    next >
Encoding:
Text File  |  1991-12-11  |  271 b   |  11 lines  |  [TEXT/MPS ]

  1. //     Definitions.h
  2. //     Copyright ©1991 Apple Computer, Inc.
  3. //    Kent Sandvik DTS
  4. //    This file contains macros and similar high level/global definitions.
  5.  
  6. #ifndef __DEFINITIONS__
  7. #define __DEFINITIONS__
  8.  
  9. #define DEBUGGEROUTPUT(A)    if(qIntenseDebugging){DebugStr(\pA);
  10.  
  11. #endif